Faker C++
Loading...
Searching...
No Matches
Datatype.h
Go to the documentation of this file.
1#pragma once
2
3#include "faker-cxx/Export.h"
4
6{
16FAKER_CXX_EXPORT bool boolean();
17
36FAKER_CXX_EXPORT bool boolean(double probability);
37}
Definition Datatype.h:6
FAKER_CXX_EXPORT bool boolean()
Returns a random boolean.