git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

Core/random.h

      1 #pragma once
      2 
      3 #include <stdint.h>
      4 #include <stdbool.h>
      5 #include "defs.h"
      6 
      7 #ifdef GB_INTERNAL
      8 internal uint8_t GB_random(void);
      9 internal uint32_t GB_random32(void);
     10 #endif
     11 void GB_random_seed(uint64_t seed);
     12 void GB_random_set_enabled(bool enable);

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.