![]() |
Phasor 3.3.0
Stack VM based Programming Language
|
#include <cstdint>Go to the source code of this file.
Functions | |
| void | PHASORstd_rand_seed (uint64_t s0, uint64_t s1) |
| uint64_t | PHASORstd_rand_next () |
| double | PHASORstd_rand_next_double () |
| int64_t | PHASORstd_rand_next_range (int64_t min, int64_t max) |
| uint64_t PHASORstd_rand_next | ( | ) |
| double PHASORstd_rand_next_double | ( | ) |
Definition at line 26 of file random.cpp.
| int64_t PHASORstd_rand_next_range | ( | int64_t | min, |
| int64_t | max ) |
Definition at line 31 of file random.cpp.
| void PHASORstd_rand_seed | ( | uint64_t | s0, |
| uint64_t | s1 ) |