Class SyscallRandSeed

java.lang.Object
mars.mips.instructions.syscalls.AbstractSyscall
mars.mips.instructions.syscalls.SyscallRandSeed
All Implemented Interfaces:
Syscall

public class SyscallRandSeed extends AbstractSyscall
Service to set seed for the underlying Java pseudorandom number generator. No values are returned.
  • Constructor Details

    • SyscallRandSeed

      public SyscallRandSeed()
      Build an instance of the syscall with its default service number and name.
  • Method Details