3525c81d9e
feat(rand): real random using rdrand/xorshift chore(panic): added 2 more fun_messages feat(ksh): removed rectest and added rand command wip(ksh/kfetch): now it shows vendor string instead of stub
8 lines
142 B
C
8 lines
142 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2025 0xKarinyash
|
|
|
|
#pragma once
|
|
#include <types.h>
|
|
|
|
void rng_init();
|
|
u64 krand(); |