TTS v3.0.0
The Tiny Test System
 
Loading...
Searching...
No Matches
tts::random_bits Struct Reference

Produces random bits patterns. More...

Detailed Description

Produces random bits patterns.

This generator produces random bit patterns by generating a random integer value and interpreting its bits as the bits of the target type. The number of bits generated is equal to the number of bits in the target type.

Example