Function codal::microbit_seed_random(uint32_t)#
Defined in File MicroBitDevice.cpp
Function Documentation#
-
void codal::microbit_seed_random(uint32_t seed)#
Seed the pseudo random number generator (RNG) using the given 32-bit value. This function does not use the NRF52833’s in built cryptographic random number generator.
- Parameters
seed – The value to use as a seed.