Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArashPartow/exprtk
/ rnd_01
Method
rnd_01
exprtk_simple_example_17.cpp:33–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
using exprtk::ifunction<T>::operator();
32
33
rnd_01() : exprtk::ifunction<T>(0)
34
{ ::srand(static_cast<unsigned int>(time(NULL))); }
35
36
inline T operator()()
37
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected